home *** CD-ROM | disk | FTP | other *** search
- Path: btree.is.brooktree.com!usenet
- From: sasha@brooktree.com (Alex Bakaev)
- Newsgroups: comp.lang.c++
- Subject: Re: HELP! Borland C++ font compile problem!
- Date: Tue, 16 Jan 1996 20:11:32 GMT
- Organization: Brooktree Corporation
- Message-ID: <4dh0pa$oc4@btree.brooktree.com>
- References: <4ddort$qpc@newsbf02.news.aol.com>
- NNTP-Posting-Host: komissar.is.brooktree.com
-
- mrbig0233@aol.com (MrBig0233) wrote:
-
- >I have used Resource Workshop for Windows to make a font file, and c++ to
- >compile it. When I compile the font compiler program in c++, the error
- >message says:
-
- >Linker Error: Undefined symbol _main in module WINMAIN
-
- >This program is a Windows program, but it has no "_main" in it. What is
- >wrong?
-
- The font file should be compiled as a DLL and should not have neither
- WinMain nor main.
-
- Regards, Alex
-
-